Part 1: Mark this test as "long". Depends on D26360 Differential Revision: https://phabricator.services.mozilla.com/D26362 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1542343 gecko-commit: 1e38ff5eb2a56c926a4d0aaed116845938d1b425 gecko-integration-branch: central gecko-reviewers: jib 
diff --git a/webrtc/RTCDataChannel-send.html b/webrtc/RTCDataChannel-send.html index 4b8d0c2..76d3524 100644 --- a/webrtc/RTCDataChannel-send.html +++ b/webrtc/RTCDataChannel-send.html 
@@ -1,5 +1,6 @@  <!doctype html>  <meta charset=utf-8> +<meta name="timeout" content="long">  <title>RTCDataChannel.prototype.send</title>  <script src="/resources/testharness.js"></script>  <script src="/resources/testharnessreport.js"></script>